Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump calisp #725

Merged
merged 11 commits into from
Sep 14, 2023
Merged

Conversation

bernt-matthias
Copy link
Collaborator

@bernt-matthias bernt-matthias commented Aug 9, 2023

and add script for filtering and peptide summary based on https://github.com/kinestetika/Calisp/blob/master/benchmarking/sif-benchmarking.ipynb

TODO:

  • clarify TODO in python script
  • make outputs optional
  • update help

@bernt-matthias bernt-matthias marked this pull request as draft August 9, 2023 12:49
debjyoti197

This comment was marked as resolved.

@bernt-matthias bernt-matthias marked this pull request as ready for review September 9, 2023 14:17
@bernt-matthias bernt-matthias removed the wip label Sep 9, 2023
@bernt-matthias bernt-matthias requested review from debjyoti197 and bgruening and removed request for debjyoti197 September 9, 2023 14:17
@bernt-matthias
Copy link
Collaborator Author

Hey @debjyoti197 can you approve the PR?

@debjyoti197
Copy link

@bernt-matthias approved!

## C=1 N=2 O=3 H=4 S=5
#set rowcol = {"13C": (1, 2), "14C": (1, 3), "15N": (2, 2), "17O": (3, 2), "18O": (3, 3), "2H": (4, 2), "3H": (4, 3), "33S": (5, 2), "34S": (5, 3), "36S": (5, 4)}
#set selected_isotope = str($isotope)
&& FACTOR=\$(grep -v "^#" "\$ISOTOPE_ABUNDANCE_MATRIX" | sed 's/ \+/\t/g'| cut -f$rowcol[str($selected_isotope)][1] | head -n $rowcol[$selected_isotope][0] | tail -n 1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why can this not be done in Python?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed we could do this...

Copy link
Member

@bgruening bgruening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move the complexity from bash to python, but I trust you that there are other reasons.

@bgruening bgruening closed this Sep 11, 2023
@bgruening bgruening reopened this Sep 11, 2023
and comment them (because they will run only for 23.1 anyway)
@bernt-matthias
Copy link
Collaborator Author

Tests and linting will only pass with 23.1 packages available (is there a plan when it will be released?). So I commented tests again.

@bernt-matthias
Copy link
Collaborator Author

So I commented tests again.

They were successful locally.

@bgruening bgruening closed this Sep 13, 2023
@bgruening bgruening reopened this Sep 13, 2023
@bgruening
Copy link
Member

Merge it and proceed I guess!

@bernt-matthias bernt-matthias merged commit 42e5dfe into galaxyproteomics:master Sep 14, 2023
12 checks passed
@bernt-matthias bernt-matthias deleted the calisp-3.0.12 branch September 14, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants